@charset "utf-8";

.wrapper{ width:1004px; margin:0 auto;}

/*-------------------------------  ■ index 首页---------------------------------*/
/*-----首页 banner-----*/
.banner_line{ height:8px; background:url(../images/banner_line.png) repeat-x; width:100%; position:absolute; top:0; left:0; z-index:999;}

/***********首页banner切换js效果*********/
#focusBar { width:100%; height:341px; clear:both; position:relative; backg/round:#242424; overflow:hidden;}
#focusBar li { width:100%; clear:both; height:341px; display:none; position:absolute;/* position:relative;*/ overflow: hidden;}
#focusBar .focusL { height:340px; margin-top: -1px; position:absolute; z-index:9; /*left:-1000px;*/ top:0px; left:-500px; margin-left:50%;}
#focusBar .focusR { height:340px; margin-top: -1px; position:absolute; z-index:19;/* right:1000px; */top:0px; left:-500px; margin-left:50%;}
a.arrL,a.arrR { display:block;color: #fff;text-align: center; line-height: 120px; position:absolute; top:120px; z-index:99; cursor:pointer; font: normal 45px/120px simsun; width:69px; height:120px;}
a.arrL { left:-10px;background: url(../images/sa17.png) left top no-repeat; } a.arrR { right:-52px;background: url(../images/sa18.png) left top no-repeat; }

